home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / ClipNotes.1.0 / Source / PB.project < prev    next >
Text File  |  1995-06-12  |  807b  |  28 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = ClipNotesAppIcon.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, MiscKit, NeXT_s, Indexing_s);
  7.     CLASSES = (Application_ext.m, CNAppManager.m, Text_more.m);
  8.     OTHER_RESOURCES = (ClipNotes.info, NoteTemplate.rtfd, services, Help);
  9.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  10.     INTERFACES = (ClipNotes.nib);
  11.     H_FILES = (Application_ext.h, CNAppManager.h, Text_more.h);
  12.     IMAGES = (NoteIcon.tiff);
  13.     OTHER_LINKED = ();
  14.     M_FILES = (ClipNotes_main.m);
  15. };
  16. APPCLASS = Application;
  17. MAINNIB = ClipNotes;
  18. DOCEXTENSIONS = ();
  19. PROJECTTYPE = Application;
  20. PROJECTVERSION = 1.1;
  21. LOCALIZABLE_FILES = {
  22.     Help;
  23.     ClipNotes.nib;
  24. };
  25. PROJECTNAME = ClipNotes;
  26. SYSTEMEXTENSIONS = ();
  27. LANGUAGE = English;
  28.